x86: Delete redundant compiler flags
authorMasahiro Yamada <[email protected]>
Wed, 26 Feb 2014 05:51:01 +0000 (14:51 +0900)
committerTom Rini <[email protected]>
Tue, 4 Mar 2014 14:27:40 +0000 (09:27 -0500)
commitf694183ba1858ef7dfa4fec195e61aa3afa85f63
tree019e44df56bfc4521d71f303efe3c5c469cc20e1
parent9c366881d70ec09ddb8830daaf3f5cd07f9aac15
x86: Delete redundant compiler flags

-Wstrict-prototypes, -ffreestanding, -fno-stack-protector
are defined at the top Makefile for all architectures.

Do not define them twice for x86.

Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Simon Glass <[email protected]>
Acked-by: Simon Glass <[email protected]>
arch/x86/config.mk